List of usage examples for junit.framework TestCase subclass-usage
From source file MainClass.java
public class MainClass extends TestCase { public static void main(String... args) { junit.textui.TestRunner.run(suite()); }
From source file Main.java
public class Main extends TestCase { public static void main(String... args) { junit.textui.TestRunner.run(suite()); }
From source file MainClass.java
public class MainClass extends TestCase { public static void main(String... args) { junit.textui.TestRunner.run(suite()); }
From source file MainClass.java
public class MainClass extends TestCase { public static void main(String[] args) { junit.textui.TestRunner.run(suite()); }
From source file net.sf.iqser.plugin.file.parser.pdf.PdfFileParserTest.java
public class PdfFileParserTest extends TestCase { public void testGetContent() throws Exception { PdfFileParser parser = new PdfFileParser(); FileInputStream is = new FileInputStream( new File(System.getProperty("testdata.dir", "../file-parser/testdata") + "/ZimbraCommunity.pdf"));
From source file org.wavescale.hotload.agent.AgentArgParserTest.java
/**
* ****************************************************************************
* Copyright (c) 2005-2014 Faur Ioan-Aurel. *
* All rights reserved. This program and the accompanying materials *
* are made available under the terms of the MIT License *
* which accompanies this distribution, and is available at *
From source file de.christian_klisch.software.servercheck.GeneralTest.java
/**
* JUnit Test.
*
* @author Christian Klisch
*
* License:
From source file com.vaadin.tests.server.LicenseInJavaFiles.java
public class LicenseInJavaFiles extends TestCase { /** * The tests are run in the build directory. */ public static String SRC_DIR = "../src";
From source file m.c.m.proxyma.resource.ProxymaHttpHeaderTest.java
/**
* <p>
* Test the functionality of the ProxymaHttpHeader
*
* </p><p>
* NOTE: this software is released under GPL License.
From source file com.oic.login.TestLoginHandlerTest.java
/** * TestLogin?? * DB??????? * @author morimoto */ public class TestLoginHandlerTest extends TestCase {