There is a difference between Unit test cases and Unit Test plan .
- A unit test case is a developper test using Frameworks , in Java for example you can use JUnit , or Arquillian.
- Unit Test Plan is a document to discribe how you can test a specification of software specification document . in UTP we use a a tool for example TestLink to manage test plans and test cases.