Class ClassNameUtilTest
- java.lang.Object
-
- de.hybris.bootstrap.beangenerator.ClassNameUtilTest
-
@UnitTest public class ClassNameUtilTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ClassNameUtilTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestPrototypeInvalid1()voidtestPrototypeInvalid2()voidtestPrototypeInvalid3()voidtestPrototypeInvalid4()voidtestPrototypeMulti()voidtestPrototypeNested()voidtestPrototypeNone()voidtestPrototypeSimple()voidtestPrototypeSimpleWithExtendsGeneric()voidtestPrototypeWicked()voidtestShortenedClassname()voidtestShortenedClassnameWithExtendsGeneric()
-
-
-
Method Detail
-
testPrototypeNone
public void testPrototypeNone()
-
testPrototypeInvalid1
public void testPrototypeInvalid1()
-
testPrototypeInvalid2
public void testPrototypeInvalid2()
-
testPrototypeInvalid3
public void testPrototypeInvalid3()
-
testPrototypeInvalid4
public void testPrototypeInvalid4()
-
testPrototypeSimple
public void testPrototypeSimple()
-
testPrototypeSimpleWithExtendsGeneric
public void testPrototypeSimpleWithExtendsGeneric()
-
testPrototypeMulti
public void testPrototypeMulti()
-
testPrototypeNested
public void testPrototypeNested()
-
testPrototypeWicked
public void testPrototypeWicked()
-
testShortenedClassnameWithExtendsGeneric
public void testShortenedClassnameWithExtendsGeneric()
-
testShortenedClassname
public void testShortenedClassname()
-
-