Courses Offered: SCJP SCWCD Design patterns EJB CORE JAVA AJAX Adv. Java XML STRUTS Web services SPRING HIBERNATE  
     

JUNIT

Syllabus

Introduction

  • Unit Testing
  • Terminology
  • Unit Testing with JUnit
  • Installation of JUnit

JUnit

  • Introduction to JUnit API
    • Test
    • TestCase
    • Assert
    • TestRunner
    • TestSuite
  • Preparation
  • Create a Java class
  • Create a JUnit test
  • Run your test cases
  • Run your test via code

JUnit4.x

  • Static imports with Eclipse
  • Annotations
  • Assert statements