Skip to content

Commit

Permalink
Renamed the ResultCollectorTest to ASMTest
Browse files Browse the repository at this point in the history
  • Loading branch information
ABHAY0O7 committed Aug 20, 2021
1 parent 15ef0cd commit 77ff120
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
import se.kth.depclean.core.analysis.graph.ClassMembersVisitorCounter;

@Slf4j
public class ResultCollectorTest {
public class ASMTest {

// Resource class for testing.
private static final File classFile = new File("src/test/resources/ClassFileVisitorResources/ExampleClass.class");

@Test
@DisplayName("Test that the default asm classes are working fine.")
void ResultTest() throws IOException {
void test_for_proper_asm_functioning() throws IOException {

ResultCollector resultCollector = new ResultCollector();
FileInputStream fileInputStream = new FileInputStream(classFile);
Expand Down

0 comments on commit 77ff120

Please sign in to comment.