Skip to content

JSTEP-10: Unify testing structure/tools #547

@JooHyukKim

Description

@JooHyukKim

This issue serves as an umbrella issue for resolving [JSTEP-10: Unifying testing structure/tools]

TODO

How to do things

Change Code

  • run IntelliJ's "migrate tests 4 -> 5"
  • Check for Junit 3 TestCase and remove the extends part
  • Annotate @Test by : Replace (by text) all public void test to @Test \n public void test
  • Add imports by : Replace public class with import org.jun... Test \n import static Asssertions.*; \n public class

Validate

  • search all public void test... and check Dups or missing(indents)
  • search all public class... and check JavaDoc in between imports
  • search and remove all org.junit.Assert
  • search and remove Assert.*
  • search all assertNotNull error message String usage

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions