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.Logger
private static final String
protected MetaService
static final MetaService.MetaServiceConfig
Fields inherited from class ch.rswk.meta.engine.test.AbstractEngineServiceTest
runtime
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
cleanup
(MetaService.MetaServiceConfig config) void
newMetaServiceTestConfig
(@Nullable Path luceneIndexDir) void
void
void
void
void
private SearchReply
searchQuery
(String query) void
void
setup()
void
teardown()
void
void
void
void
void
void
writeLog()
void
void
void
Methods 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
-