You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nebula-archrules-gradle-plugin/src/main/kotlin/com/netflix/nebula/archrules/gradle/ArchrulesLibraryPlugin.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ class ArchrulesLibraryPlugin : Plugin<Project> {
Copy file name to clipboardExpand all lines: nebula-archrules-gradle-plugin/src/test/kotlin/com/netflix/nebula/archrules/gradle/ArchrulesLibraryPluginTest.kt
+63Lines changed: 63 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -198,4 +198,67 @@ class ArchrulesLibraryPluginTest {
198
198
.hasNoMutableStateWarnings()
199
199
.hasNoDeprecationWarnings()
200
200
}
201
+
202
+
@Test
203
+
fun`plugin sets up tests for rules with dependencies`() {
Copy file name to clipboardExpand all lines: nebula-archrules-gradle-plugin/src/test/kotlin/com/netflix/nebula/archrules/gradle/TestKitDslExtensions.kt
0 commit comments