public class Issue0382TestCase extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Issue0382TestCase.AcceptsParameterized |
static class |
Issue0382TestCase.AcceptsParameterizedWithoutWildcardArray |
static class |
Issue0382TestCase.AcceptsParameterizedWithoutWildcardList |
static class |
Issue0382TestCase.AcceptsParameterizedWithWildcardArray |
static class |
Issue0382TestCase.AcceptsParameterizedWithWildcardList |
static interface |
Issue0382TestCase.Paramaterized<T> |
static class |
Issue0382TestCase.StringParameterized |
Constructor and Description |
---|
Issue0382TestCase() |
Modifier and Type | Method and Description |
---|---|
void |
testWithoutWildcardArray() |
void |
testWithoutWildcardList() |
void |
testWithWildcardArray() |
void |
testWithWildcardList() |
public Issue0382TestCase()
public void testWithWildcardArray() throws Exception
Exception
public void testWithoutWildcardArray() throws Exception
Exception
public void testWithWildcardList() throws Exception
Exception
public void testWithoutWildcardList() throws Exception
Exception
Copyright © 2003–2015 Codehaus. All rights reserved.