Package org.jboss.arquillian.impl.context

Examples of org.jboss.arquillian.impl.context.ClientProfileBuilder


            break;
         case CONTAINER:
            profileBuilder = new ContainerProfileBuilder();
            break;
         case CLIENT:
            profileBuilder = new ClientProfileBuilder();
            break;
         default: // TODO: create profile builders dynamic
            throw new IllegalArgumentException("Unknon profile " + profile);
      }
      return build(profileBuilder, configuration);
View Full Code Here


            break;
         case CONTAINER:
            profileBuilder = new ContainerProfileBuilder();
            break;
         case CLIENT:
            profileBuilder = new ClientProfileBuilder();
            break;
         default: // TODO: create profile builders dynamic
            throw new IllegalArgumentException("Unknon profile " + profile);
      }
      return build(profileBuilder, configuration);
View Full Code Here

TOP

Related Classes of org.jboss.arquillian.impl.context.ClientProfileBuilder

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.