Class ConvertedNullValueTest

  • All Implemented Interfaces:
    org.testng.IHookable, org.testng.ITestNGListener

    public class ConvertedNullValueTest
    extends org.jboss.arquillian.testng.Arquillian
    This is to test that when a converter returns null for some config value, null will be assigned. This means the property still exists but the value is set to null on purpose.
    • Constructor Detail

      • ConvertedNullValueTest

        public ConvertedNullValueTest()
    • Method Detail

      • deployment

        @Deployment
        public static org.jboss.shrinkwrap.api.Archive deployment()
      • testDefaultValueNotUsed

        public void testDefaultValueNotUsed()
      • testGetValue

        public void testGetValue()
      • testGetOptionalValue

        public void testGetOptionalValue()