Skip to main content
summaryrefslogtreecommitdiffstats
blob: 839db70c4a944d384dca2384d0735c15d9ebd018 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Query set Names
QueryUtilTest_NotFoundQuerySet=NotFoundQuerySet
QueryUtilTest_QuerySetName_CoreQueriesTest=CoreQueriesTest

# Query Names
QueryUtilTest_NotFoundQuery=NotFoundQuery
QueryUtilTest_TestName_BooleanTest_NoParameters=BooleanTest_NoParameters
QueryUtilTest_TestName_BooleanMultipleTest_NoParameters=BooleanMultipleTest_NoParameters
QueryUtilTest_TestName_StringTest_NoParameters=StringTest_NoParameters
QueryUtilTest_TestName_StringMultipleTest_NoParameters=StringMultipleTest_NoParameters

# Errors
QueryUtilTest_Error_CatalogIsNull=Catalog singleton should not be null
QueryUtilTest_Error_Exceptionthrown_QueryShouldNotBeFound=Exception thrown whereas query should be found
QueryUtilTest_Error_NoExceptionThrown_QuerySetNotFound=No Exception thrown whereas query Set was not found
QueryUtilTest_Error_NoExceptionThrown_UnfoundableQuery=No Exception thrown whereas query was not found
QueryUtilTest_Error_NotNull_UnfoundableQuery=Non existing Query should be null
QueryUtilTest_Error_NotNull_UnfoundableQuerySet=Non existing QuerySet should be null

Back to the top