Package patterntesting.runtime
Class SmokeTest
- java.lang.Object
-
- patterntesting.runtime.SmokeTest
-
public class SmokeTest extends java.lang.Object
This tests checks some preconditions for PatternTesting Runtime. If one of these tests fails PatternTesting may work not correct. This class is part of src/main/java so that everybody can call this tests to check if one of the preconditions are broken.This class is not final so that you can extend it for your own needs.
- Since:
- 1.0.2 (29.07.2010)
- Author:
- oliver
-
-
Constructor Summary
Constructors Constructor Description SmokeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCommonsIO()
For the ClasspathMonitor and ClassWalker we need the commons-io lib.
-