Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/NUnitLite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-24Don't retry Inconclusive tests in FlakyTestRetriesCommand (#26)HEADmasterAlexander Köplinger
2020-02-06src/framework: Build FinallyDelegate (#21)Sean Champ
2020-02-06TextUI.cs: Patch for Mono environments absent of nunit24, xunit (#24)Sean Champ
2020-02-06src/**/*.csproj: Use AppendConstants within DefineConstants declations (#23)Sean Champ
2020-02-06src/**/*.csproj: Define CodeAnalysisRuleSet conditionally (#22)Sean Champ
2020-02-06[OutputWriter] Fix the NUnit V3 output writer. (#25)Manuel de la Pena
2019-03-01Add support for running remote tests on Android device (3rd attempt) (#20)Ludovic Henry
2019-02-28Add support for running remote tests on Android device (#19)Ludovic Henry
2019-02-28Add support for running remote tests on Android device (#18)Ludovic Henry
2019-02-26Add support for running on Android device (#17)Ludovic Henry
2018-11-26Fix "Unreachable code" warningAlexander Köplinger
2018-10-31Add WASM to ifdef checksAlexander Köplinger
2018-10-17Add MONOTOUCH_TV and MONOTOUCH_WATCH to ifdef checksAlexander Köplinger
2018-10-07Merge pull request #15 from vargaz/no-calling-assemblyZoltan Varga
2018-10-07Merge pull request #16 from vargaz/compare-ordinalZoltan Varga
2018-10-01Make Test:CompareTo () use a faster ordinal compare.Zoltan Varga
2018-09-29Avoid calling Assembly.GetCallingAssembly () if possible, its not supported b...Zoltan Varga
2018-09-25Add xUnit xml output format (#14)Alexander Köplinger
2018-09-10[runtime] Add unhandled exception serializer (#13)Alexander Kyte
2018-08-20Don't emit empty <categories/> element in NUnit2XmlOutputWriter (#12)Alexander Köplinger
2018-08-09Return Failure=true when FileNotFoundException happens (#11)Alexander Köplinger
2018-02-26[FinallyDelegate] rely on PlatformNotSupportedException in order to determine...Bernhard Urban
2018-02-26[FinallyDelegate] add comments for why CallContext is used (#9)Bernhard Urban
2018-02-26[FinallyDelegate] Make this work with platforms without remoting. (#8)Rolf Bjarne Kvinge
2018-02-19[FinallyDelegate] only call it if available, on some platforms (e.g. iOS) it ...Bernhard Urban
2018-02-13[FinallyDelegate] make key for `lookupTable` actually unique (#6)Bernhard Urban
2017-11-14make FinallyDelegate more resilient regarding unhandled exceptions (#5)Bernhard Urban
2017-09-01Retry flaky tests based on an env variableAlexander Köplinger
2017-09-01Add retrying of failed tests by default to reduce flaky testsAlexander Köplinger
2017-02-28Merge pull request #4 from luhenry/masterLudovic Henry
2017-01-06Install UnhandledException right before running the tests. We don't want gene...Marek Safar
2016-12-14Make -test have the same behavior as with nunitLudovic Henry
2016-11-08Make sure summary is on new line and add "F" when test fails for dot-progressAlexander Köplinger
2016-11-02Add back "dot-per-test" progress indicator on MonoAlexander Köplinger
2016-10-29Turn off "Tests Not Run" message in MonoAlexander Köplinger
2016-10-29Port the babysitter integration from nunit24 to nunitliteAlexander Köplinger
2016-08-10Merge pull request #3 from alexanderkyte/masterAlexander Kyte
2016-08-10[runtime] Only count explicit Failure as a failure for the runAlexander Kyte
2016-08-09Merge pull request #2 from alexanderkyte/masterAlexander Kyte
2016-08-09[runtime] Make top-level test result status available to TextUI consumers.Alexander Kyte
2016-05-25Merge pull request #1 from alexanderkyte/masterAlexander Kyte
2016-05-25[mobile_static] Added in missing Assertion librariesAlexander Kyte
2016-05-12Fix compiler warning.Rolf Bjarne Kvinge
2016-01-14Use stack of post-test callbacks to run in order to handle unhandled exceptionsAlexander Kyte
2016-01-14Add the FinallyDelegate class. This ensures that when there areAlexander Kyte
2016-01-14Changed default assembly loading to be by file, with by name fallback. This i...Alexander Kyte
2016-01-14Add support for the IsInstanceOfType helperAlexander Kyte
2015-11-27Don't include the DllImport for GetVersionEx when __MOBILE__ is definedSebastien Pouliot
2015-11-18Merge pull request #5 from rolfbjarne/thread-abort-removalSebastien Pouliot
2015-11-18Thread.[Reset]Abort is not available for tvOS/watchOS.Rolf Bjarne Kvinge