nunit.xamarin icon indicating copy to clipboard operation
nunit.xamarin copied to clipboard

Explore button + ability to run individual tests

Open khaledmousa opened this issue 2 years ago • 1 comments

This change addresses #29, #14, and #46

An "Explore" button is added to the Summary View. This opens a list of tests grouped by class (my initial intention was to have a dropdown which will allow grouping by Category, Class, Assembly, etc., but I am not sure I'll have the time to include this). Double-tapping a test will run it and show the results in the Summary page.

New ViewModels:

  • TestExplorerViewModel - this is the main viewmodel bound to the test explorer view
  • TestDescriptionViewModel - view model representing a single test case
  • GroupedTestsViewModel - view model representing a set of test cases in the same group

New Views:

  • TestExplorerView - test explorer view

Screenshots:

  1. Updated summary view image

  2. Explore view image

khaledmousa avatar Apr 20 '22 01:04 khaledmousa

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.

:x: khaledmousa sign now
You have signed the CLA already but the status is still pending? Let us recheck it.

dnfadmin avatar Apr 20 '22 01:04 dnfadmin