Skip to content

Commit

Permalink
Structure test suite with demo and new test classes (#52)
Browse files Browse the repository at this point in the history
Add CustomDataProviderDataSourceProviderTest
Create a new test suite for sample and add DemoDataProviderTest in it
  • Loading branch information
scolladon authored Jun 6, 2020
1 parent 87bbc4b commit 7c7a55d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions force-app/main/default/testSuites/lwcc.testSuite-meta.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexTestSuite xmlns="http://soap.sforce.com/2006/04/metadata">
<testClassName>ChartBuilderControllerTest</testClassName>
<testClassName>ChartDataProviderTest</testClassName>
<testClassName>DemoDataProviderTest</testClassName>
<testClassName>ChartDataProviderTest</testClassName>
<testClassName>CustomDataProviderDataSourceProviderTest</testClassName>
<testClassName>SOQLDataProviderTest</testClassName>
</ApexTestSuite>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8" ?>
<ApexTestSuite xmlns="http://soap.sforce.com/2006/04/metadata">
<testClassName>DemoDataProviderTest</testClassName>
</ApexTestSuite>

0 comments on commit 7c7a55d

Please sign in to comment.