public class ConnectionTest
extends TestCase
| Modifier and Type | Field and Description |
|---|---|
protected Connection |
fixture
The fixture for this Connection test case.
|
| Constructor and Description |
|---|
ConnectionTest(java.lang.String name)
Constructs a new Connection test case with the given name.
|
| Modifier and Type | Method and Description |
|---|---|
protected Connection |
getFixture()
Returns the fixture for this Connection test case.
|
static void |
main(java.lang.String[] args) |
protected void |
setFixture(Connection fixture)
Sets the fixture for this Connection test case.
|
protected void |
setUp() |
protected void |
tearDown() |
protected Connection fixture
public ConnectionTest(java.lang.String name)
public static void main(java.lang.String[] args)
protected void setFixture(Connection fixture)
protected Connection getFixture()
protected void setUp()
throws java.lang.Exception
java.lang.Exceptionjunit.framework.TestCase#setUp()protected void tearDown()
throws java.lang.Exception
java.lang.Exceptionjunit.framework.TestCase#tearDown()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0