Deprecated API

Deprecated Methods
junit.framework.Assert.assert(boolean)
          use assertTrue 
junit.framework.Assert.assert(String, boolean)
          use assertTrue 
junit.framework.TestCase.name()
          use getName() 
junit.framework.TestResult.runTests()
          use runCount instead 
junit.framework.TestResult.testErrors()
          use errorCount instead 
junit.framework.TestResult.testFailures()
          use failureCount instead