package com.example.testingexample;

import static org.junit.Assert.*;

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

public class MainActivityonCreateTest {

    @Before
    public void setUp() throws Exception {
    }

    @Test
    public void getMenuInflater() {
    }

    @Test
    public void setContentView() {
    }

    @Test
    public void findViewById() {
    }
}