Package smartrics.rest.fitnesse.fixture

Examples of smartrics.rest.fitnesse.fixture.SlimCell


public class SlimCellTest {
    private SlimCell c;

    @Before
    public void setUp() {
        c = new SlimCell("content");
    }
View Full Code Here

TOP

Related Classes of smartrics.rest.fitnesse.fixture.SlimCell

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.