Ajocado API 1.0.0.Alpha2

Uses of Class
org.jboss.arquillian.ajocado.encapsulated.NetworkTrafficType

Packages that use NetworkTrafficType
org.jboss.arquillian.ajocado.encapsulated   
org.jboss.arquillian.ajocado.framework   
 

Uses of NetworkTrafficType in org.jboss.arquillian.ajocado.encapsulated
 

Fields in org.jboss.arquillian.ajocado.encapsulated declared as NetworkTrafficType
static NetworkTrafficType NetworkTrafficType.JSON
          The network traffic in JSON format type
static NetworkTrafficType NetworkTrafficType.PLAIN
          The network traffic in plain-text
static NetworkTrafficType NetworkTrafficType.XML
          The network traffic in XML format type
 

Methods in org.jboss.arquillian.ajocado.encapsulated that return NetworkTrafficType
 NetworkTrafficType NetworkTraffic.getType()
          Returns the associated output format type
 

Constructors in org.jboss.arquillian.ajocado.encapsulated with parameters of type NetworkTrafficType
NetworkTraffic(NetworkTrafficType type, String traffic)
          Constructs the representation of network traffic with associated format type.
 

Uses of NetworkTrafficType in org.jboss.arquillian.ajocado.framework
 

Methods in org.jboss.arquillian.ajocado.framework with parameters of type NetworkTrafficType
 NetworkTraffic TypedSelenium.captureNetworkTraffic(NetworkTrafficType type)
          Returns the network traffic seen by the browser, including headers, AJAX requests, status codes, and timings.
 


Ajocado API 1.0.0.Alpha2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.