BuildmLearn-Toolkit-Android  2.0.0
The Android version of the BuildmLearn Toolkit. BuildmLearn Toolkit is an easy-to-use program that helps the users make mobile apps without any knowledge of application development.
Public Member Functions | Static Public Member Functions | Public Attributes | Private Member Functions | Static Private Member Functions | List of all members
org.buildmlearn.toolkit.espresso.ComprehensionTest Class Reference
Collaboration diagram for org.buildmlearn.toolkit.espresso.ComprehensionTest:
Collaboration graph
[legend]

Public Member Functions

void setUp () throws Throwable
 
void toolbarTitle ()
 
void addMetaDetails ()
 
void editMetaDetails ()
 
void addQuestions ()
 
void editQuestions ()
 
void addTemplate ()
 
void saveAPK ()
 
void checkSimulator ()
 
void testAllSerially ()
 

Static Public Member Functions

static void sleep ()
 

Public Attributes

final ActivityTestRule< TemplateEditormActivityRule
 

Private Member Functions

String getText (final Matcher< View > matcher)
 

Static Private Member Functions

static void allowPermissionsIfNeeded ()
 

Detailed Description

Espresso test designed to test all the functionalities of Comprehension template Created by anupam (opticod) on 7/6/16.

Member Function Documentation

void org.buildmlearn.toolkit.espresso.ComprehensionTest.addMetaDetails ( )
void org.buildmlearn.toolkit.espresso.ComprehensionTest.addQuestions ( )
void org.buildmlearn.toolkit.espresso.ComprehensionTest.addTemplate ( )
static void org.buildmlearn.toolkit.espresso.ComprehensionTest.allowPermissionsIfNeeded ( )
staticprivate
void org.buildmlearn.toolkit.espresso.ComprehensionTest.checkSimulator ( )
void org.buildmlearn.toolkit.espresso.ComprehensionTest.editMetaDetails ( )
void org.buildmlearn.toolkit.espresso.ComprehensionTest.editQuestions ( )
String org.buildmlearn.toolkit.espresso.ComprehensionTest.getText ( final Matcher< View >  matcher)
private
void org.buildmlearn.toolkit.espresso.ComprehensionTest.saveAPK ( )
void org.buildmlearn.toolkit.espresso.ComprehensionTest.setUp ( ) throws Throwable
static void org.buildmlearn.toolkit.espresso.ComprehensionTest.sleep ( )
static
void org.buildmlearn.toolkit.espresso.ComprehensionTest.testAllSerially ( )
void org.buildmlearn.toolkit.espresso.ComprehensionTest.toolbarTitle ( )

Member Data Documentation

final ActivityTestRule<TemplateEditor> org.buildmlearn.toolkit.espresso.ComprehensionTest.mActivityRule
Initial value:
=
new ActivityTestRule<TemplateEditor>(TemplateEditor.class) {
@Override
protected Intent getActivityIntent() {
Context targetContext = getInstrumentation()
.getTargetContext();
Intent result = new Intent(targetContext, TemplateEditor.class);
result.putExtra(Constants.TEMPLATE_ID, 5);
return result;
}
}

The documentation for this class was generated from the following file: