Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature run test under different package #1834

Open
wants to merge 19 commits into
base: development
Choose a base branch
from

Commits on Feb 17, 2018

  1. Configuration menu
    Copy the full SHA
    bb5dff6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c762989 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6efb641 View commit details
    Browse the repository at this point in the history
  4. Changing testInstrumentationRunner to allow inMemory a Database.

    for instrumentation tests
    Amejia481 committed Feb 17, 2018
    Configuration menu
    Copy the full SHA
    7abec10 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2018

  1. Changing testInstrumentationRunner for strategy pattern

    to define the in-memory dabatabase for instrumentation tests
    
    Removing CustomTestRunner instead using IDatabaseHolderProviderStrategy
    Removing EyeSeeTeaTestingApplication
    Updating falling tests
    Amejia481 committed Feb 18, 2018
    Configuration menu
    Copy the full SHA
    cf5c6a3 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2018

  1. Configuration menu
    Copy the full SHA
    cb47cf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cd03b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2018

  1. Configuration menu
    Copy the full SHA
    6204099 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2018

  1. Configuration menu
    Copy the full SHA
    360d6df View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. working

    idelcano committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    3f1989d View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2018

  1. fix some tests

    idelcano committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    8c000b7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2018

  1. fix test

    idelcano committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    44f9244 View commit details
    Browse the repository at this point in the history
  2. removed reset() method and use destroy() to avoid remove the app data…

    …base, and added the before method on constructor
    idelcano committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    be85172 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9142245 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    577569c View commit details
    Browse the repository at this point in the history
  5. fix getContext and getTargetContext. The target context affects the n…

    …ormal app preferences, database, etc, the context only the test
    idelcano committed Dec 14, 2018
    Configuration menu
    Copy the full SHA
    5f62eff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d89714e View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. fix tests

    idelcano committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8d8feb0 View commit details
    Browse the repository at this point in the history
  2. refactor common code

    idelcano committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    77d8cbc View commit details
    Browse the repository at this point in the history