Examples of CreateInstrumentRequest


Examples of com.infoclinika.mssharing.web.controller.request.CreateInstrumentRequest

        assertThat(second.annotations.get().sampleId, is("second sample id"));
    }

    @Test
    public void testCreateInstrument() throws IOException {
        CreateInstrumentRequest request = readJson("createInstrument.json", CreateInstrumentRequest.class);
        assertThat(request.model, is(254l));
        assertThat(request.details.name, is("New instrument"));
        assertThat(request.details.serialNumber, is("ABC123456"));
        assertThat(request.details.hplc, is("hplc"));
        assertThat(request.details.peripherals, is("printer, scanner"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.