Package ninja.utils
Class NinjaConstantTest
- java.lang.Object
-
- ninja.utils.NinjaConstantTest
-
public class NinjaConstantTest extends Object
-
-
Constructor Summary
Constructors Constructor Description NinjaConstantTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAllConstants()
This testcase makes sure that all constants defined in NinjaConstant are working.
-
-
-
Method Detail
-
testAllConstants
public void testAllConstants()
This testcase makes sure that all constants defined in NinjaConstant are working. File conf/all_constants.conf simply contains all contstants. We simply read them in and check if the constants are okay. Aim is to prevent stupid spelling mistakes.
-
-