- AbstractDatabaseHandlerTest - Class in com.hcl.domino.keep.testhelper
-
The bulk of our class implementation are implementations of AsyncDominoJNX and the extension interfaces in the com.hcl.domino.keep.dbrequests package To facilitate testing of those, this base class provides the standard objects we need to mock in order to minimize boilerplate code in our test execution
- AbstractDatabaseHandlerTest() - Constructor for class com.hcl.domino.keep.testhelper.AbstractDatabaseHandlerTest
-
- AbstractModuleBase - Class in com.hcl.domino.keep.moduletests
-
Base class containing the methods a Module test will call for actual testing.
- AbstractModuleBase() - Constructor for class com.hcl.domino.keep.moduletests.AbstractModuleBase
-
- acl - Variable in class com.hcl.domino.keep.testhelper.AbstractDatabaseHandlerTest
-
- aclAccess - Variable in class com.hcl.domino.keep.testhelper.AbstractDatabaseHandlerTest
-
- addActiveAppId(String) - Method in class com.hcl.domino.keep.testhelper.TestKeepConfig
-
- addExpectedValue(Buffer) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberBuffer
-
- addExpectedValue(JsonObject) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberJson
-
Add an expected entry onto a queue, expectation is a strict sequence in return
- addExpectedValue(JsonObject) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberJsonIntegration
-
Add an expected entry onto a queue, expectation is a strict sequence in return
- addExpectedValues(Collection<JsonObject>) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberJsonIntegration
-
Add an expected entries onto a queue, expectation is a strict sequence in return
- addExpectedValues(JsonArray) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberJsonIntegration
-
Add an expected entries onto a queue, expectation is a strict sequence in return
- addfieldsToExist(Collection<String>) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberJsonIntegration
-
Checks for the existence of a set of fields in JSON without checking type or content, Just the bare existence
- addfieldToExist(String) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberJson
-
CHecks for the existence of a field in JSON without checking type or content, Just the bare existence
- addfieldToExist(String) - Method in class com.hcl.domino.keep.testhelper.TestSubscriberJsonIntegration
-
Checks for the existence of a field in JSON without checking type or content, Just the bare existence
- addKeepApiInfo(String, KeepApiInfo) - Method in class com.hcl.domino.keep.testhelper.TestKeepConfig
-
- addKeepApiInfoFromOpenApiJson(String, JsonObject) - Method in class com.hcl.domino.keep.testhelper.TestKeepConfig
-
- addKeepDbInfo(String, KeepDbInfo) - Method in class com.hcl.domino.keep.testhelper.TestKeepConfig
-
- addOpenApiRoute(String, String) - Method in class com.hcl.domino.keep.testhelper.TestKeepConfig
-
- adjustConfiguredForms(KeepDbInfo, KeepStatistics.StatisticAction) - Method in enum com.hcl.domino.keep.TestStatisticsHolder
-
- adjustConfiguredForms(KeepStatistics.StatisticAction) - Method in enum com.hcl.domino.keep.TestStatisticsHolder
-
- allowDominoLogin(boolean) - Method in class com.hcl.domino.keep.MockKeepFactory
-
Switch on/off Domino login
- allowDominoLogin - Variable in class com.hcl.domino.keep.testhelper.TestKeepConfig
-
Will we produce JWT from Domino
- allowLocalUsers(boolean) - Method in class com.hcl.domino.keep.MockKeepFactory
-
Switch on/off Keep local users
- allowLocalUsers - Variable in class com.hcl.domino.keep.testhelper.TestKeepConfig
-
User from keepconfig.nsd
- authenticatedDominoClient(String, String) - Method in class com.hcl.domino.keep.MockKeepFactory
-