@@ -95,7 +95,8 @@ extension ResolverInjectedTests {
9595 ( " testNamedInjection1 " , testNamedInjection1) ,
9696 ( " testNamedInjection2 " , testNamedInjection2) ,
9797 ( " testOptionalInjection " , testOptionalInjection) ,
98- ( " testWParentChildWeakLazyInjectedViewController " , testWParentChildWeakLazyInjectedViewController) ,
98+ ( " testParentChildWeakLazyInjectedViewController " , testParentChildWeakLazyInjectedViewController) ,
99+ ( " testWeakLazyInjectedProtocolViewController " , testWeakLazyInjectedProtocolViewController) ,
99100 ]
100101}
101102
@@ -105,9 +106,11 @@ extension ResolverNameTests {
105106 // to regenerate.
106107 static let __allTests__ResolverNameTests = [
107108 ( " testResolverInvalidNames " , testResolverInvalidNames) ,
109+ ( " testResolverMixedStringsAndNames " , testResolverMixedStringsAndNames) ,
108110 ( " testResolverNamesWithBaseService " , testResolverNamesWithBaseService) ,
109111 ( " testResolverNamesWithNoBaseService " , testResolverNamesWithNoBaseService) ,
110- ( " testResolverValidNames " , testResolverValidNames) ,
112+ ( " testResolverValidNameNames " , testResolverValidNameNames) ,
113+ ( " testResolverValidNameStrings " , testResolverValidNameStrings) ,
111114 ]
112115}
113116
0 commit comments