Skip to content

Commit

Permalink
review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sahilagichani14 committed Jan 9, 2025
1 parent 00ea4d7 commit 82a2b61
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
public class FixJars extends BaseFixJarsTest {

@Test
/* Isolated testcase from:
* String jarDownloadUrl = "https://repo1.maven.org/maven2/io/github/adven27/exam-core/2024.0.10/exam-core-2024.0.10.jar";
* String methodSignature = "<io.github.adven27.concordion.extensions.exam.core.logger.LoggingFormatterExtension$LoggingFormatterListener: void afterExample(org.concordion.api.listener.ExampleEvent)>";
*/
public void executeexamcorejar() {
AnalysisInputLocation inputLocation =
new JimpleAnalysisInputLocation(
Expand All @@ -35,15 +39,4 @@ public void executeexamcorejar() {
.getBody();
});
}

@Test
public void executeaudiofileRCjar() {
String jarDownloadUrl =
"https://repo1.maven.org/maven2/de/sciss/audiofile_3.0.0-RC2/2.3.3/audiofile_3.0.0-RC2-2.3.3.jar";
String methodSignature =
"<de.sciss.audiofile.AudioFile$AsyncBasic: scala.concurrent.Future close()>";
JavaView javaView = supplyJavaView(jarDownloadUrl);
assertMethodConversion(javaView, methodSignature);
assertJar(javaView);
}
}

0 comments on commit 82a2b61

Please sign in to comment.