use of org.mamute.builder.QuestionBuilder in project mamute by caelum.
the class QuestionInformationTest method setup.
@Before
public void setup() {
builder = new QuestionInformationBuilder();
ruby = new QuestionBuilder().withTitle("how do i program using ruby?").build();
}
Aggregations