Package ejava.examples.webtier.bl
Class AllTest
- java.lang.Object
-
- ejava.examples.webtier.bl.AllTest
-
public class AllTest extends Object
This class provides the main entry point for each of the individual test cases. It provides one-time setUp and tearDown functionality needed by all individual test cases.
-
-
Field Summary
Fields Modifier and Type Field Description private static org.slf4j.Logger
logger
-
Constructor Summary
Constructors Constructor Description AllTest()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setUpSuite()
static void
tearDoanSuite()
-