hypershard-android
hypershard-android copied to clipboard
CLI tool for collecting tests
Currently we can filter out an entire class with specific annotation. We want to be able to filter out specific test cases with annotation. For example @Ignore.
In Kotlin we can name some of the functions with a backtick for example. Those functions are being returned with the backticks. For example ``` packageName.ClassName.`testName` ```
Currently the packages allow us to provide a specific directory to parse. For example i can provide `tmp/test/test`. But say i want to provide a specific file path like `tmp/test/test/Test.java`...
While using the package run into the following error: ``` Exception in thread "main" java.lang.ClassCastException: class kotlinx.ast.common.ast.DefaultAstNote cannot be cast to class kotlinx.ast.common.klass.klassDeclaration (kotlinx.ast.common.ast.DefaultAstNode and kotlinx.ast.common.klass.klassDeclaration are in unnamed module...