feature test #398
Annotations
1 error, 1 warning, and 8 notices
RebuildFilePatchesTest.should rebuild patches(Path):
paperweight-lib/src/test/kotlin/io/papermc/paperweight/tasks/softspoon/RebuildFilePatchesTest.kt#L64
org.opentest4j.AssertionFailedError: File /tmp/junit11696036858394379600/source/Test.java doesn't match expected ==> expected: <public class Test {
public int dum;
public String test;
public Test(String test) {
this.test = test;
}
private final String getTest() {
return test + "Test"; // Test
}
}
> but was: <public class Test {
public int dum;
public String test;// Paper-AT: public-f test
public Test(String test) {
this.test = test;
}
private final String getTest() {// Paper-AT: private+f getTest()Ljava/lang/String;
return test + "Test"; // Test
}
}
>
|
Deploy Snapshot
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-java@v3, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
FunctionalTest.setupCleanTestRepo():
FunctionalTest#L1
setupCleanTestRepo()
|
FunctionalTest.test full vanilla project(Path):
FunctionalTest#L1
test full vanilla project(Path)
|
FunctionalTest.test simple test project(Path):
FunctionalTest#L1
test simple test project(Path)
|
ApplyAccessTransformTest.should apply access transform(Path):
ApplyAccessTransformTest#L1
should apply access transform(Path)
|
ApplyFilePatchesTest.should apply patches(Path):
ApplyFilePatchesTest#L1
should apply patches(Path)
|
ApplySourceATTest.should apply source access transformers(Path):
ApplySourceATTest#L1
should apply source access transformers(Path)
|
ATTest.testATFromString():
ATTest#L1
testATFromString()
|
FileUtilsTest.testContentEquals(Path):
FileUtilsTest#L1
testContentEquals(Path)
|