public class ParameterAnnotationTest extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ParameterAnnotationTest.DoubleParameter |
static interface |
ParameterAnnotationTest.IntParameter |
static class |
ParameterAnnotationTest.Type |
Constructor and Description |
---|
ParameterAnnotationTest() |
Modifier and Type | Method and Description |
---|---|
void |
testBoxedDoubleBinding() |
void |
testBoxedIntBinding() |
void |
testDirectBinding() |
void |
testDiscreteToFloatCoercion() |
void |
testFromBigDecimalCoercion() |
void |
testFromBigIntegerCoercion() |
void |
testFromByteCoercion() |
void |
testFromFloatCoercion() |
void |
testFromLongCoercion() |
void |
testPrimitiveDoubleBinding() |
void |
testPrimitiveIntBinding() |
public void testBoxedIntBinding() throws InjectionException
InjectionException
public void testPrimitiveIntBinding() throws InjectionException
InjectionException
public void testBoxedDoubleBinding() throws InjectionException
InjectionException
public void testPrimitiveDoubleBinding() throws InjectionException
InjectionException
public void testDirectBinding() throws InjectionException
InjectionException
public void testFromBigIntegerCoercion() throws InjectionException
InjectionException
public void testFromBigDecimalCoercion() throws InjectionException
InjectionException
public void testFromLongCoercion() throws InjectionException
InjectionException
public void testFromFloatCoercion() throws InjectionException
InjectionException
public void testFromByteCoercion() throws InjectionException
InjectionException
public void testDiscreteToFloatCoercion() throws InjectionException
InjectionException
Copyright © 2016 GroupLens Research. All rights reserved.