| org.drools.brms.server.ServiceImplementationTest
ServiceImplementationTest | public class ServiceImplementationTest extends TestCase (Code) | | |
testAddRuleAndListPackages | public void testAddRuleAndListPackages() throws Exception(Code) | | |
testAttemptDupeRule | public void testAttemptDupeRule() throws Exception(Code) | | |
testBinaryPackageCompileAndExecute | public void testBinaryPackageCompileAndExecute() throws Exception(Code) | | This will test creating a package, check it compiles, and can exectute rules,
then take a snapshot, and check that it reports errors.
|
testBinaryPackageCompileAndExecuteWithBRXML | public void testBinaryPackageCompileAndExecuteWithBRXML() throws Exception(Code) | | This will test creating a package with a BRL rule, check it compiles, and can exectute rules,
then take a snapshot, and check that it reports errors.
|
testBuildAssetBRXMLAndCopy | public void testBuildAssetBRXMLAndCopy() throws Exception(Code) | | |
testBuildAssetWithPackageConfigError | public void testBuildAssetWithPackageConfigError() throws Exception(Code) | | |
testDeleteUnversionedRule | public void testDeleteUnversionedRule() throws Exception(Code) | | |
testLoadAndExecBinary | public void testLoadAndExecBinary() throws Exception(Code) | | this loads up a precompile binary package. If this fails,
then it means it needs to be updated. It gets the package form the BRL example above.
|
testLoadAssetHistoryAndRestore | public void testLoadAssetHistoryAndRestore() throws Exception(Code) | | |
testLoadPackageConfig | public void testLoadPackageConfig() throws Exception(Code) | | |
testLoadSuggestionCompletionEngine | public void testLoadSuggestionCompletionEngine() throws Exception(Code) | | |
testPackageConfSave | public void testPackageConfSave() throws Exception(Code) | | |
|
|