com.jayway.restassured.internal
Interface NameAndValue

All Known Implementing Classes:
Cookie, Header

public interface NameAndValue

Interface that returns a name and a value


Method Summary
 String getName()
           
 String getValue()
           
 

Method Detail

getName

String getName()

getValue

String getValue()


Copyright © 2010-2011. All Rights Reserved.