Class IdArbAMessageProvider
java.lang.Object
com.io7m.idstore.tests.arbitraries.IdArbAbstractProvider
com.io7m.idstore.tests.arbitraries.IdArbAMessageProvider
- All Implemented Interfaces:
net.jqwik.api.providers.ArbitraryProvider
A provider of
IdAMessageType values.-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.providers.ArbitraryProvider
net.jqwik.api.providers.ArbitraryProvider.SubtypeProvider -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanProvideFor(net.jqwik.api.providers.TypeUsage targetType) static net.jqwik.api.Arbitrary<IdACommandAdminBanCreate> static net.jqwik.api.Arbitrary<IdACommandAdminBanDelete> static net.jqwik.api.Arbitrary<IdACommandAdminBanGet> static net.jqwik.api.Arbitrary<IdACommandAdminCreate> static net.jqwik.api.Arbitrary<IdACommandAdminDelete> static net.jqwik.api.Arbitrary<IdACommandAdminEmailAdd> static net.jqwik.api.Arbitrary<IdACommandAdminEmailRemove> static net.jqwik.api.Arbitrary<IdACommandAdminGet> static net.jqwik.api.Arbitrary<IdACommandAdminGetByEmail> static net.jqwik.api.Arbitrary<IdACommandAdminPermissionGrant> static net.jqwik.api.Arbitrary<IdACommandAdminPermissionRevoke> static net.jqwik.api.Arbitrary<IdACommandAdminSearchBegin> static net.jqwik.api.Arbitrary<IdACommandAdminSearchByEmailBegin> static net.jqwik.api.Arbitrary<IdACommandAdminSearchByEmailNext> static net.jqwik.api.Arbitrary<IdACommandAdminSearchByEmailPrevious> static net.jqwik.api.Arbitrary<IdACommandAdminSearchNext> static net.jqwik.api.Arbitrary<IdACommandAdminSearchPrevious> static net.jqwik.api.Arbitrary<IdACommandAdminSelf> static net.jqwik.api.Arbitrary<IdACommandAdminUpdateCredentials> static net.jqwik.api.Arbitrary<IdACommandAdminUpdatePasswordExpiration> static net.jqwik.api.Arbitrary<IdACommandAuditSearchBegin> static net.jqwik.api.Arbitrary<IdACommandAuditSearchNext> static net.jqwik.api.Arbitrary<IdACommandAuditSearchPrevious> static net.jqwik.api.Arbitrary<IdACommandLogin> static net.jqwik.api.Arbitrary<IdACommandMailTest> static net.jqwik.api.Arbitrary<IdACommandMaintenanceModeSet> static net.jqwik.api.Arbitrary<IdACommandUserBanCreate> static net.jqwik.api.Arbitrary<IdACommandUserBanDelete> static net.jqwik.api.Arbitrary<IdACommandUserBanGet> static net.jqwik.api.Arbitrary<IdACommandUserCreate> static net.jqwik.api.Arbitrary<IdACommandUserDelete> static net.jqwik.api.Arbitrary<IdACommandUserEmailAdd> static net.jqwik.api.Arbitrary<IdACommandUserEmailRemove> static net.jqwik.api.Arbitrary<IdACommandUserGet> static net.jqwik.api.Arbitrary<IdACommandUserGetByEmail> static net.jqwik.api.Arbitrary<IdACommandUserLoginHistory> static net.jqwik.api.Arbitrary<IdACommandUserSearchBegin> static net.jqwik.api.Arbitrary<IdACommandUserSearchByEmailBegin> static net.jqwik.api.Arbitrary<IdACommandUserSearchByEmailNext> static net.jqwik.api.Arbitrary<IdACommandUserSearchByEmailPrevious> static net.jqwik.api.Arbitrary<IdACommandUserSearchNext> static net.jqwik.api.Arbitrary<IdACommandUserSearchPrevious> static net.jqwik.api.Arbitrary<IdACommandUserUpdateCredentials> static net.jqwik.api.Arbitrary<IdACommandUserUpdatePasswordExpiration> static net.jqwik.api.Arbitrary<IdAPasswordExpirationSetType> Set<net.jqwik.api.Arbitrary<?>> provideFor(net.jqwik.api.providers.TypeUsage targetType, net.jqwik.api.providers.ArbitraryProvider.SubtypeProvider subtypeProvider) static net.jqwik.api.Arbitrary<IdAResponseAdminBanCreate> static net.jqwik.api.Arbitrary<IdAResponseAdminBanDelete> static net.jqwik.api.Arbitrary<IdAResponseAdminBanGet> static net.jqwik.api.Arbitrary<IdAResponseAdminCreate> static net.jqwik.api.Arbitrary<IdAResponseAdminDelete> static net.jqwik.api.Arbitrary<IdAResponseAdminGet> static net.jqwik.api.Arbitrary<IdAResponseAdminSearchBegin> static net.jqwik.api.Arbitrary<IdAResponseAdminSearchByEmailBegin> static net.jqwik.api.Arbitrary<IdAResponseAdminSearchByEmailNext> static net.jqwik.api.Arbitrary<IdAResponseAdminSearchByEmailPrevious> static net.jqwik.api.Arbitrary<IdAResponseAdminSearchNext> static net.jqwik.api.Arbitrary<IdAResponseAdminSearchPrevious> static net.jqwik.api.Arbitrary<IdAResponseAdminSelf> static net.jqwik.api.Arbitrary<IdAResponseAdminUpdate> static net.jqwik.api.Arbitrary<IdAResponseAuditSearchBegin> static net.jqwik.api.Arbitrary<IdAResponseAuditSearchNext> static net.jqwik.api.Arbitrary<IdAResponseAuditSearchPrevious> static net.jqwik.api.Arbitrary<IdAResponseError> static net.jqwik.api.Arbitrary<IdAResponseLogin> static net.jqwik.api.Arbitrary<IdAResponseMailTest> static net.jqwik.api.Arbitrary<IdAResponseMaintenanceModeSet> static net.jqwik.api.Arbitrary<IdAResponseUserBanCreate> static net.jqwik.api.Arbitrary<IdAResponseUserBanDelete> static net.jqwik.api.Arbitrary<IdAResponseUserBanGet> static net.jqwik.api.Arbitrary<IdAResponseUserCreate> static net.jqwik.api.Arbitrary<IdAResponseUserDelete> static net.jqwik.api.Arbitrary<IdAResponseUserGet> static net.jqwik.api.Arbitrary<IdAResponseUserLoginHistory> static net.jqwik.api.Arbitrary<IdAResponseUserSearchBegin> static net.jqwik.api.Arbitrary<IdAResponseUserSearchByEmailBegin> static net.jqwik.api.Arbitrary<IdAResponseUserSearchByEmailNext> static net.jqwik.api.Arbitrary<IdAResponseUserSearchByEmailPrevious> static net.jqwik.api.Arbitrary<IdAResponseUserSearchNext> static net.jqwik.api.Arbitrary<IdAResponseUserSearchPrevious> static net.jqwik.api.Arbitrary<IdAResponseUserUpdate> Methods inherited from class com.io7m.idstore.tests.arbitraries.IdArbAbstractProvider
priority
-
Constructor Details
-
IdArbAMessageProvider
public IdArbAMessageProvider()A provider of values.
-
-
Method Details
-
canProvideFor
public boolean canProvideFor(net.jqwik.api.providers.TypeUsage targetType) -
provideFor
public Set<net.jqwik.api.Arbitrary<?>> provideFor(net.jqwik.api.providers.TypeUsage targetType, net.jqwik.api.providers.ArbitraryProvider.SubtypeProvider subtypeProvider) -
responseMaintenanceModeSet
- Returns:
- A message arbitrary
-
commandMaintenanceModeSet
- Returns:
- A message arbitrary
-
passwordExpirationSet
- Returns:
- A message arbitrary
-
commandUserUpdatePasswordExpiration
public static net.jqwik.api.Arbitrary<IdACommandUserUpdatePasswordExpiration> commandUserUpdatePasswordExpiration()- Returns:
- A message arbitrary
-
commandAdminUpdatePasswordExpiration
public static net.jqwik.api.Arbitrary<IdACommandAdminUpdatePasswordExpiration> commandAdminUpdatePasswordExpiration()- Returns:
- A message arbitrary
-
responseUserSearchBegin
- Returns:
- A message arbitrary
-
responseUserSearchPrevious
- Returns:
- A message arbitrary
-
responseUserSearchNext
- Returns:
- A message arbitrary
-
responseAdminSelf
- Returns:
- A message arbitrary
-
responseError
- Returns:
- A message arbitrary
-
responseLogin
- Returns:
- A message arbitrary
-
responseUserGet
- Returns:
- A message arbitrary
-
responseUserCreate
- Returns:
- A message arbitrary
-
responseUserUpdate
- Returns:
- A message arbitrary
-
commandAdminSelf
- Returns:
- A message arbitrary
-
commandUserGet
- Returns:
- A message arbitrary
-
commandUserGetByEmail
- Returns:
- A message arbitrary
-
commandLogin
- Returns:
- A message arbitrary
-
commandUserSearchBegin
- Returns:
- A message arbitrary
-
commandUserSearchNext
- Returns:
- A message arbitrary
-
commandUserSearchPrevious
- Returns:
- A message arbitrary
-
commandUserSearchByEmailBegin
public static net.jqwik.api.Arbitrary<IdACommandUserSearchByEmailBegin> commandUserSearchByEmailBegin()- Returns:
- A message arbitrary
-
commandUserSearchByEmailNext
public static net.jqwik.api.Arbitrary<IdACommandUserSearchByEmailNext> commandUserSearchByEmailNext()- Returns:
- A message arbitrary
-
commandUserSearchByEmailPrevious
public static net.jqwik.api.Arbitrary<IdACommandUserSearchByEmailPrevious> commandUserSearchByEmailPrevious()- Returns:
- A message arbitrary
-
commandUserCreate
- Returns:
- A message arbitrary
-
commandUserUpdate
- Returns:
- A message arbitrary
-
commandAuditSearchBegin
- Returns:
- A message arbitrary
-
commandAuditSearchNext
- Returns:
- A message arbitrary
-
commandAuditSearchPrevious
- Returns:
- A message arbitrary
-
commandMailTest
- Returns:
- A message arbitrary
-
responseMailTest
- Returns:
- A message arbitrary
-
responseAuditSearchBegin
- Returns:
- A message arbitrary
-
responseAuditSearchPrevious
- Returns:
- A message arbitrary
-
responseAuditSearchNext
- Returns:
- A message arbitrary
-
responseUserSearchByEmailBegin
public static net.jqwik.api.Arbitrary<IdAResponseUserSearchByEmailBegin> responseUserSearchByEmailBegin()- Returns:
- A message arbitrary
-
responseUserSearchByEmailPrevious
public static net.jqwik.api.Arbitrary<IdAResponseUserSearchByEmailPrevious> responseUserSearchByEmailPrevious()- Returns:
- A message arbitrary
-
responseUserSearchByEmailNext
public static net.jqwik.api.Arbitrary<IdAResponseUserSearchByEmailNext> responseUserSearchByEmailNext()- Returns:
- A message arbitrary
-
commandAdminSearchBegin
- Returns:
- A message arbitrary
-
commandAdminSearchNext
- Returns:
- A message arbitrary
-
commandAdminSearchPrevious
- Returns:
- A message arbitrary
-
commandAdminSearchByEmailBegin
public static net.jqwik.api.Arbitrary<IdACommandAdminSearchByEmailBegin> commandAdminSearchByEmailBegin()- Returns:
- A message arbitrary
-
commandAdminSearchByEmailNext
public static net.jqwik.api.Arbitrary<IdACommandAdminSearchByEmailNext> commandAdminSearchByEmailNext()- Returns:
- A message arbitrary
-
commandAdminSearchByEmailPrevious
public static net.jqwik.api.Arbitrary<IdACommandAdminSearchByEmailPrevious> commandAdminSearchByEmailPrevious()- Returns:
- A message arbitrary
-
responseAdminSearchByEmailBegin
public static net.jqwik.api.Arbitrary<IdAResponseAdminSearchByEmailBegin> responseAdminSearchByEmailBegin()- Returns:
- A message arbitrary
-
responseAdminSearchByEmailPrevious
public static net.jqwik.api.Arbitrary<IdAResponseAdminSearchByEmailPrevious> responseAdminSearchByEmailPrevious()- Returns:
- A message arbitrary
-
responseAdminSearchByEmailNext
public static net.jqwik.api.Arbitrary<IdAResponseAdminSearchByEmailNext> responseAdminSearchByEmailNext()- Returns:
- A message arbitrary
-
responseAdminSearchBegin
- Returns:
- A message arbitrary
-
responseAdminSearchPrevious
- Returns:
- A message arbitrary
-
responseAdminSearchNext
- Returns:
- A message arbitrary
-
commandAdminCreate
- Returns:
- A message arbitrary
-
responseAdminCreate
- Returns:
- A message arbitrary
-
responseAdminGet
- Returns:
- A message arbitrary
-
commandAdminGet
- Returns:
- A message arbitrary
-
commandAdminGetByEmail
- Returns:
- A message arbitrary
-
commandAdminUpdate
- Returns:
- A message arbitrary
-
commandAdminPermissionGrant
- Returns:
- A message arbitrary
-
commandAdminPermissionRevoke
public static net.jqwik.api.Arbitrary<IdACommandAdminPermissionRevoke> commandAdminPermissionRevoke()- Returns:
- A message arbitrary
-
commandAdminEmailAdd
- Returns:
- A message arbitrary
-
commandAdminEmailRemove
- Returns:
- A message arbitrary
-
commandUserEmailAdd
- Returns:
- A message arbitrary
-
commandUserEmailRemove
- Returns:
- A message arbitrary
-
responseAdminUpdate
- Returns:
- A message arbitrary
-
commandUserDelete
- Returns:
- A message arbitrary
-
commandAdminDelete
- Returns:
- A message arbitrary
-
responseUserDelete
- Returns:
- A message arbitrary
-
responseAdminDelete
- Returns:
- A message arbitrary
-
commandAdminBanCreate
- Returns:
- A message arbitrary
-
commandAdminBanDelete
- Returns:
- A message arbitrary
-
commandAdminBanGet
- Returns:
- A message arbitrary
-
commandUserBanCreate
- Returns:
- A message arbitrary
-
commandUserBanDelete
- Returns:
- A message arbitrary
-
commandUserBanGet
- Returns:
- A message arbitrary
-
responseAdminBanCreate
- Returns:
- A message arbitrary
-
responseAdminBanDelete
- Returns:
- A message arbitrary
-
responseAdminBanGet
- Returns:
- A message arbitrary
-
responseUserBanCreate
- Returns:
- A message arbitrary
-
responseUserBanDelete
- Returns:
- A message arbitrary
-
responseUserBanGet
- Returns:
- A message arbitrary
-
commandUserLoginHistory
- Returns:
- A message arbitrary
-
responseUserLoginHistory
- Returns:
- A message arbitrary
-