PranilDahal / Eagle-Post

Eagle-Post: Social Media Software Project - ACM Cal State LA
11 stars 2 forks source link

Unit Test Framework JUnit #26

Closed calstatelaacm closed 5 years ago

calstatelaacm commented 6 years ago

We need to start creating unit tests as we go along the development process. We also need tests to test our REST APIs and error handling. Look into https://junit.org/junit5/ Find a way to integrate it into our project using maven. Create some example tests that run during a build.

PranilDahal commented 5 years ago

No need for unit tests. We will be using another framework for REST API Testing.