Package models

Examples of models.LightningTalk


public class NewVoteActivityTest extends AbstractActivityTest {
   
    @Test
    public void vote() {
       
        LightningTalk lt = createLightningTalk("test");
       
        // No activity for the talk
        assertEquals(0, Activity.count("session = ?", lt));
        assertNull(Activity.find("session = ?", lt).first());
       
View Full Code Here

TOP

Related Classes of models.LightningTalk

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.