Guest User

Untitled

a guest
Dec 15th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @Test
  2. public void testCustomLayout() {
  3. Context context = InstrumentationRegistry.getContext();
  4. context.setTheme(R.style.Theme_AppCompat);
  5. CustomLayout textInputEditText = new CustomLayout(context);
  6. assertNotNull(textInputEditText);
  7. }
Add Comment
Please, Sign In to add comment