-
Notifications
You must be signed in to change notification settings - Fork 298
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix resideInSamePackage rule fails for multiple implementations, but …
…not all with tests Signed-off-by: krzysztof-owczarek <[email protected]>
- Loading branch information
1 parent
f8f80de
commit bbf78cc
Showing
5 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
...woimplementationsonetestdir1/MultipleImplementationsWithOnlyOneTestAndInRightPackage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.tngtech.archunit.library.testclasses.packages.correct.twoimplementationsonetestdir1; | ||
|
||
public class MultipleImplementationsWithOnlyOneTestAndInRightPackage { | ||
} |
4 changes: 4 additions & 0 deletions
4
...plementationsonetestdir1/OnlyOneImplementationHaveTestAndItIsMatchingImplPackageTest.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.tngtech.archunit.library.testclasses.packages.correct.twoimplementationsonetestdir1; | ||
|
||
public class OnlyOneImplementationHaveTestAndItIsMatchingImplPackageTest { | ||
} |
4 changes: 4 additions & 0 deletions
4
...woimplementationsonetestdir2/MultipleImplementationsWithOnlyOneTestAndInRightPackage.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
package com.tngtech.archunit.library.testclasses.packages.incorrect.twoimplementationsonetestdir2; | ||
|
||
public class MultipleImplementationsWithOnlyOneTestAndInRightPackage { | ||
} |