Skip to content

Jtrainer.education

A Java educational site

  • Home
    • Java 8
    • Liferay
    • Spring
  • Self-Evaluation
    • AWS CERTIFIED SOLUTION ARCHITECT – 10 QUESTIONS
    • LIferay 6.2
      • Liferay 6.2 (LRP-624) exam simulation
    • Other
      • 1° Livello
        • TEST UFFICIALE N.1
    • Spring
      • Spring IoT
Jtrainer.education

Unit Testing (with JUnit & Spring) – 4

January 6, 2018 user Comments Off on Unit Testing (with JUnit & Spring) – 4
package education.jtrainer.tutorial.junit;

public class Car {
    
    CarType carType;
    
    public Car(CarType carType)  {
        this.carType=carType;
    }
}

Post navigation

Previous Post:Unit Testing (with JUnit & Spring) – 3
Next Post:Unit Testing (with JUnit & Spring) – 5
WordPress Theme: Tortuga by ThemeZee.
Close Bitnami banner
Bitnami