All files / universal/gpii/node_modules/testing/src Integration.js

100% Statements 5/5
100% Branches 2/2
100% Functions 0/0
100% Lines 5/5

Press n or j to go to the next uncovered block, b, p or k for the previous block.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37                                      3x   3x       3x       3x       3x      
/**
GPII Integration Testing
 
Copyright 2013 Raising the Floor International
Copyright 2013 OCAD University
Copyright 2014 Lucendo Development Ltd.
 
Licensed under the New BSD license. You may not use this file except in
compliance with this License.
 
The research leading to these results has received funding from the European Union's
Seventh Framework Programme (FP7/2007-2013) under grant agreement no. 289016.
 
You may obtain a copy of the License at
https://github.com/GPII/universal/blob/master/LICENSE.txt
*/
 
"use strict";
 
var fluid = fluid || require("infusion");
 
fluid.defaults("gpii.test.integration.testCaseHolder", {
    gradeNames: ["gpii.test.common.testCaseHolder"]
});
 
fluid.defaults("gpii.test.integration.testCaseHolder.windows", {
    gradeNames: ["gpii.test.integration.testCaseHolder", "gpii.test.integration.mockHolder.windows"]
});
 
fluid.defaults("gpii.test.integration.testCaseHolder.linux", {
    gradeNames: ["gpii.test.integration.testCaseHolder", "gpii.test.integration.mockHolder.linux"]
});
 
fluid.defaults("gpii.test.integration.testCaseHolder.android", {
    gradeNames: ["gpii.test.integration.testCaseHolder", "gpii.test.integration.mockHolder.android"]
});