Skip to content

Instantly share code, notes, and snippets.

View ewolff's full-sized avatar

Eberhard Wolff ewolff

View GitHub Profile
package com.mycompany.myproject.test.integration.java;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Test;
import org.vertx.testtools.VertxAssert;
import static org.junit.Assert.*;
public class AfterTest extends org.vertx.testtools.TestVerticle {
package com.mycompany.myproject.test.integration.java;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.vertx.testtools.VertxAssert;
public class BeforeTest extends org.vertx.testtools.TestVerticle {