connell-class / revassess

this is a trial repo for making a template for the revature assessment
2 stars 11 forks source link

Tier 2 Import @Before in PointsTests.java #14

Closed theo-gherman closed 4 years ago

theo-gherman commented 4 years ago

Describe the bug PointsTests.java has import only for @Test but not for @Before

To Reproduce Steps to reproduce the behavior:

  1. Go to RevassessTier2\src\test\java\com\tier2\answers\PointsTests.java
  2. Scroll down to line 21
  3. @Before does not have an import

Expected behavior import org.junit.Before should be added

connellrobert commented 4 years ago

fixed