mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2025-09-09 02:09:42 +02:00
Version: Fix getSopJavaVersion()
This commit is contained in:
parent
01be696f75
commit
04d154f63d
2 changed files with 8 additions and 2 deletions
|
@ -86,4 +86,10 @@ public class VersionTest extends AbstractSOPTest {
|
|||
throw new TestAbortedException("Implementation does not provide coverage for any sopv interface version.");
|
||||
}
|
||||
}
|
||||
|
||||
@ParameterizedTest
|
||||
@MethodSource("provideInstances")
|
||||
public void sopJavaVersionTest(SOP sop) {
|
||||
assertNotNull(sop.version().getSopJavaVersion());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue