Package ch.rswk.meta.engine.test
Class MetaServiceTest
java.lang.Object
ch.rswk.meta.engine.test.AbstractEngineServiceTest
ch.rswk.meta.engine.test.MetaServiceTest
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final org.slf4j.Loggerprivate static final Stringprotected MetaServicestatic final MetaService.MetaServiceConfigFields inherited from class ch.rswk.meta.engine.test.AbstractEngineServiceTest
runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidcleanup(MetaService.MetaServiceConfig config) voidnewMetaServiceTestConfig(@Nullable Path luceneIndexDir) voidvoidvoidvoidvoidprivate SearchReplysearchQuery(String query) voidvoidsetup()voidteardown()voidvoidvoidvoidvoidvoidwriteLog()voidvoidvoidMethods inherited from class ch.rswk.meta.engine.test.AbstractEngineServiceTest
setupServices, startUpAndShutDown, teardownServices
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG -
TEST_CONFIG
-
META_LOG_QUERY_FORMAT
- See Also:
-
metaService
-
-
Constructor Details
-
MetaServiceTest
public MetaServiceTest()
-
-
Method Details
-
setup
- Throws:
Exception
-
teardown
- Throws:
Exception
-
write_create
- Throws:
Exception
-
write_create_validation
- Throws:
Exception
-
writeObjectUpdate_name
- Throws:
Exception
-
writeObjectUpdate_value
- Throws:
Exception
-
writeObjectUpdate_position
- Throws:
Exception
-
write_update_unchanged
- Throws:
Exception
-
writeAndwriteObjectUpdate_invalid
- Throws:
Exception
-
write_create_1000
- Throws:
Exception
-
writeLog
- Throws:
Exception
-
search_boolean
- Throws:
Exception
-
search_numbers
- Throws:
Exception
-
search_sort
- Throws:
Exception
-
search_spatial
- Throws:
Exception
-
searchQuery
- Throws:
Exception
-
search_limit
- Throws:
Exception
-
deleteRecursive
- Throws:
Exception
-
searchRecursive
- Throws:
Exception
-
cleanup
- Throws:
IOException
-
newMetaServiceTestConfig
-