1
2"AbortRequired" {
3    LCTest$LoginModuleAllPass required;
4    LCTest$LoginModuleWithLoginException required;
5    LCTest$LoginModuleAllPass required;
6};
7
8"AbortRequisite" {
9    LCTest$LoginModuleWithLoginException required;
10    LCTest$LoginModuleWithAbortException requisite;
11    LCTest$LoginModuleAllPass required;
12};
13
14"AbortSufficient" {
15    LCTest$LoginModuleWithLoginException required;
16    LCTest$LoginModuleWithLoginException sufficient;
17    LCTest$LoginModuleAllPass required;
18};
19
20"LogoutRequisite" {
21    LCTest$LoginModuleAllPass required;
22    LCTest$LoginModuleWithLogoutException requisite;
23    LCTest$LoginModuleAllPass required;
24};
25
26"LogoutSufficient" {
27    LCTest$LoginModuleAllPass required;
28    LCTest$LoginModuleWithLoginException sufficient;
29    LCTest$LoginModuleAllPass required;
30};
31
32"LogoutRequired" {
33    LCTest$LoginModuleWithLogoutException required;
34    LCTest$LoginModuleWithAbortException required;
35    LCTest$LoginModuleAllPass required;
36};
37
38"LoginRequired" {
39    LCTest$LoginModuleWithLoginException required;
40    LCTest$LoginModuleWithAbortException required;
41    LCTest$LoginModuleAllPass required;
42};
43
44"LoginSufficient" {
45    LCTest$LoginModuleAllPass required;
46    LCTest$LoginModuleWithLoginException sufficient;
47    LCTest$LoginModuleAllPass required;
48};
49
50"LoginRequisite" {
51    LCTest$LoginModuleWithLoginException required;
52    LCTest$LoginModuleWithAbortException requisite;
53    LCTest$LoginModuleAllPass required;
54};
55
56"EmptyModuleConfig" {
57};
58