View Javadoc
1   package org.example.customerdao.testcategories;
2   
3   public interface SmokeTest
4   {
5       // this is a marker interface
6       // (an interface with no methods)
7       // Smoke Tests are used to confirm a change in 
8       //  infrastructure (like a Database)
9   }