blob: bf8e0873de5d5562f97d1b625739c024ceae24a0 [file] [log] [blame]
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package com.example.vintage;
import org.junit.Test;
import static org.junit.Assert.*;
public class VintageTest {
@Test
public void success() {
// pass
}
@Test
public void failure() {
fail("expected to fail");
}
}