*/
public class JaxbBasicConverterTestCase extends RestletTestCase {
public void testObjectionToRepresentation() {
ConverterService cs = new ConverterService();
Representation rep = cs.toRepresentation(new Sample(), new Variant(
MediaType.APPLICATION_XML), null);
assertTrue(rep instanceof JaxbRepresentation<?>);
}
public void testRepresentationToObject() throws IOException, JAXBException {