package com.example.testingexample;

import static org.junit.Assert.*;

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

public class MainActivityTest2 {

    @Before
    public void setUp() throws Exception {
    }

    @After
    public void tearDown() throws Exception {
    }

    @Test
    public void setTheme() {
    }

    @Test
    public void onPostCreate() {
    }

    @Test
    public void getSupportActionBar() {
    }

    @Test
    public void setSupportActionBar() {
    }

    @Test
    public void getMenuInflater() {
    }

    @Test
    public void setContentView() {
    }
}