public class FloorTest
extends junit.framework.TestCase
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
testBooleanFunctionRequiresExactlyOneArgument() |
void |
testFloor() |
void |
testFloorFunctionRequiresAtLeastArgument() |
void |
testInfFloorIsInf() |
void |
testNaNFloorIsNaN() |
void |
testNegativeFloor() |
void |
testNegativeInfFloorIsNegativeInf() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
public FloorTest(String name)
public void setUp() throws ParserConfigurationException
setUp
in class junit.framework.TestCase
ParserConfigurationException
public void testFloor() throws JaxenException
JaxenException
public void testNegativeFloor() throws JaxenException
JaxenException
public void testNaNFloorIsNaN() throws JaxenException
JaxenException
public void testInfFloorIsInf() throws JaxenException
JaxenException
public void testNegativeInfFloorIsNegativeInf() throws JaxenException
JaxenException
public void testFloorFunctionRequiresAtLeastArgument() throws JaxenException
JaxenException
public void testBooleanFunctionRequiresExactlyOneArgument() throws JaxenException
JaxenException
Copyright © 2001–2019 The Jaxen Project. All rights reserved.