package com.example.testingexample;

import static org.junit.Assert.*;

import org.junit.After;
import org.junit.Before;
import org.junit.Test;

public class SecondMainActivityTest {

    @Before
    public void setUp() throws Exception {
    }

    @After
    public void tearDown() throws Exception {
    }

    @Test
    public void getSupportActionBar() {
    }

    @Test
    public void getMenuInflater() {
    }

    @Test
    public void setContentView() {
    }

    @Test
    public void onStart() {
    }

    @Test
    public void onStop() {

    }
}