Erro - build-impl.xml

Caros,

Estou me deparando com o seguinte erro:

Estou criando uma classe para gerar um relatóriom entretanto ao compilar a mesma me gera o seguinte erro:

Testcase: warning(junit.framework.TestSuite$1):	FAILED
No tests found in Report
junit.framework.AssertionFailedError: No tests found in Report


Test Report FAILED
D:\Projetos\Projetos Java\Sistema Tech\TECHSUPPLY\TECH2\nbproject\build-impl.xml:575: Some tests failed; see details above.
BUILD FAILED (total time: 4 seconds)

Ao clicar e ver detalhes, ele abre o arquivo build.impl.xml apontando a linha abaixo indicando o erro

<target name="-post-test-run-single" if="have.tests" depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single">
     ESSA LINHA *****   <fail if="tests.failed">Some tests failed; see details above.</fail>
    </target>
    <target name="test-single" depends="init,compile-test-single,-pre-test-run-single,-do-test-run-single,-post-test-run-single" description="Run single unit test."/>

Poderiam me ajudar com esse problema?
Abraços