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

update from origin #1

Open
wants to merge 39 commits into
base: master
Choose a base branch
from
Open

update from origin #1

wants to merge 39 commits into from

Commits on Jul 21, 2014

  1. Issue #8 - AssertString:IsNotNullOrEmpty does not use failMessage

    - Pass failMessage parameter to Assert methods called in this method.
    msabbott committed Jul 21, 2014
    Configuration menu
    Copy the full SHA
    fe32204 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2014

  1. Fixes #10 - JUnit Package name

    - Package name to be extracted from full class name and used in JUnit Reporter.
    msabbott committed Aug 28, 2014
    Configuration menu
    Copy the full SHA
    b81dc3a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Merge pull request #9 from msabbott/master

    Fixes #8 - AssertString:IsNotNullOrEmpty does not use failMessage
    CameronWills committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    f848ef8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #11 from msabbott/#10_-_JUnit_Reporter_Package

    Fixes #10 - JUnit Package name
    CameronWills committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    3f323c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2014

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

Commits on Oct 30, 2014

  1. Configuration menu
    Copy the full SHA
    36cfac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d733cbb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    469cb2c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2014

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

Commits on Nov 4, 2014

  1. Remove definitions of, and references to, AnnotationInfo:AttributeNam…

    …e and AnnotationInfo:AttributeValue. Replace with calls to AnnotationInfo:HasAttribute and AnnotationInfo:GetAttribute
    msabbott committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    25c29a9 View commit details
    Browse the repository at this point in the history
  2. Add methods to MethodInfo to Invoke a method with a ParameterList obj…

    …ect, and to interact with a method's DataProvider object.
    msabbott committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    4d8ec25 View commit details
    Browse the repository at this point in the history
  3. Change OEUnitRunner to recognise test methods which require a DataPro…

    …vider, and to invoke the test method correctly.
    msabbott committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    9265be3 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Configuration menu
    Copy the full SHA
    0d30ab1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3190132 View commit details
    Browse the repository at this point in the history
  3. Add 'FromTempTable' method to DataProvider to allow data and schema t…

    …o be copied from an existing temp-table.
    msabbott committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    d412826 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2014

  1. Merge pull request #13 from msabbott/DataProvider

    Implement Data Providers to allow repeated, parameterised, calls of @test methods
    CameronWills committed Dec 15, 2014
    Configuration menu
    Copy the full SHA
    fc4b6b4 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2014

  1. Configuration menu
    Copy the full SHA
    ce5e599 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a9c850 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2014

  1. Add unit tests for Fixtures

    msabbott committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    8dafc04 View commit details
    Browse the repository at this point in the history
  2. Refactor MethodInfo:GetDataProviderInfo into GetAssociatedMethodInfo …

    …in order for it to be reused with Fixtures.
    msabbott committed Dec 17, 2014
    Configuration menu
    Copy the full SHA
    1176b50 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    840cd9c View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

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

Commits on Dec 22, 2014

  1. Duplicate functionality from OEUnit.Data.Fixture to OEUnit.Data.Fixtu…

    …reDataSet as part of refactoring to enable multiple Data Sets to be loaded into a Fixture.
    msabbott committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    8e45f2c View commit details
    Browse the repository at this point in the history
  2. Refactor Fixture to use FixtureDataSet, and to store multiple dataset…

    …s (and apply them in order).
    msabbott committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    27c1bf5 View commit details
    Browse the repository at this point in the history
  3. Change name of several tests for Fixture class to better reflect thei…

    …r purpose after the refactoring of Fixture for multiple Data Sets.
    msabbott committed Dec 22, 2014
    Configuration menu
    Copy the full SHA
    78e07c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78e13b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb1a513 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3926d7d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4f757b5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ef8db70 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2014

  1. Resolve issue with Fixture datasets when loaded from Temp-Tables wher…

    …e data would be loaded twice.
    msabbott committed Dec 23, 2014
    Configuration menu
    Copy the full SHA
    cdc28f7 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2015

  1. Add checks to ensure that Fixture data is only created when required,…

    … and to ensure that the Fixture object is closed down when no longer needed.
    msabbott committed Jan 21, 2015
    Configuration menu
    Copy the full SHA
    172a443 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2015

  1. Merge pull request #14 from msabbott/Fixtures

    Implement Fixtures to import data from specified DataSets per Test
    msabbott committed May 15, 2015
    Configuration menu
    Copy the full SHA
    5ccc83a View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2015

  1. Apply workaround for issue #15 since Progress changed something in Op…

    …enEdge 11.5/11.6 causing error 2780 when trying to run a test.
    Lieven De Foor committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    1876ceb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from LievenDeFoor/lievendf/FixWaitForBug

    Apply workaround for issue #15 since Progress changed something in Op…
    msabbott committed Nov 30, 2015
    Configuration menu
    Copy the full SHA
    bcfc5e4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2016

  1. OEUnit can handle more unit tests.

    Resolve issue :
    14:06:22    [PCTRun] RUN OEUnit/Automation/Pct/RunFromCommandLine
    14:06:22    [PCTRun] Attempt to exceed maximum size of a CHARACTER variable. (9324)
    14:06:22    [PCTRun] ** Unable to update  Field. (142)
    jorenb committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    797d202 View commit details
    Browse the repository at this point in the history
  2. OEUnit can handle more unit tests.

    Fix match all *.cls files.
    jorenb committed Aug 3, 2016
    Configuration menu
    Copy the full SHA
    8f1d83d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #17 from jorenblancquaert/jorenblancquaert/fix-no-…

    …limit-on-number-of-tests
    
    OEUnit can handle more unit tests.
    msabbott authored Aug 3, 2016
    Configuration menu
    Copy the full SHA
    2d2aa20 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2019

  1. Updated readme.md

    Syntax of headings not valid in GitHub flavored markdown
    CameronWills authored Oct 23, 2019
    Configuration menu
    Copy the full SHA
    b494161 View commit details
    Browse the repository at this point in the history