50928. EPMO Open Source Coordination Office Redaction File Detail Report

Produced by Araxis Merge on 4/27/2018 3:29:38 PM Central Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

50928.1 Files compared

# Location File Last Modified
1 v2.0_Sprint_15_Build_5.zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Frontend\ars-app\SeleniumTests\src\automation TestRunner.java Tue Apr 24 14:46:06 2018 UTC
2 v2.0_Sprint_15_Build_5..zip\v2.0_Sprint_15_Build_5\Unredacted\ARS_Frontend\ars-app\SeleniumTests\src\automation TestRunner.java Thu Apr 26 16:48:10 2018 UTC

50928.2 Comparison summary

Description Between
Files 1 and 2
Text Blocks Lines
Unchanged 2 146
Changed 1 2
Inserted 0 0
Removed 0 0

50928.3 Comparison options

Whitespace
Character case Differences in character case are significant
Line endings Differences in line endings (CR and LF characters) are ignored
CR/LF characters Not shown in the comparison detail

50928.4 Active regular expressions

No regular expressions were active.

50928.5 Comparison detail

  1   package au tomation;
  2  
  3   import jav a.io.IOExc eption;
  4  
  5   import org .junit.Aft er;
  6   import org .junit.Bef ore;
  7   import org .junit.Tes t;
  8   import org .openqa.se lenium.ie. InternetEx plorerDriv er;
  9  
  10   import aut omation.Pa ges.Admin;
  11   import aut omation.Pa ges.EDI_We bViewerPDI Lookup;
  12   import aut omation.Pa ges.RfaiAd ditionalIn foTest;
  13   import aut omation.Pa ges.RfaiLo okupTest;
  14   import aut omation.Pa ges.Search 275;
  15   import aut omation.Pa ges.ViewSu bmission;
  16  
  17  
  18  
  19   public cla ss TestRun ner extend s Explorer Suite {
  20           
  21  
  22     @Before
  23     public v oid runBef oreTestMet hod() thro ws Interru ptedExcept ion {
  24       System .out.print ln("@Befor e - runBef oreTestMet hod");
  25       System .setProper ty("webdri ver.ie.dri ver", driv erPath);
  26       driver  = new Int ernetExplo rerDriver( );
  27       driver .manage(). window().m aximize();
  28       driver .get(baseU rl);
  29       Shared CodeClass. waitForLoa d(driver);
  30   //      SharedCode Class.setD ropDown("u serName"," P I
I
");
  31   //    Shar edCodeClas s.waitForL oad(driver );
  32        Share dCodeClass .createRep ort(); //c reated a r eport
  33     }
  34  
  35     @After
  36     public v oid runAft erTestMeth od() throw s IOExcept ion {
  37       System .out.print ln("@After  - runAfte rTestMetho d");
  38       driver .close();
  39       Shared CodeClass. closeRepor t();
  40     }
  41  
  42     
  43     
  44     
  45    /* @Test
  46     public v oid test()  throws Ex ception {
  47             
  48        Syste m.out.prin tln("@Test Runner - r uns every  test");
  49       
  50              RfaiAdditi onalInfoTe st rfai =  new RfaiAd ditionalIn foTest(); 
  51              rfai.local Runner();
  52              RfaiLookup Test looku p = new Rf aiLookupTe st();
  53              lookup.loc alRunner() ; */
  54             
  55   /*       V iewSubmiss ion viewSu bmission=n ew ViewSub mission();
  56              viewSubmis sion.local Runner();* /
  57             
  58     /*Admin  admin = ne w Admin();
  59     admin.lo calRunner( );*/
  60     
  61    /* Search 275 search 275=new Se arch275();
  62     search27 5.loadRunn er();         
  63     }  
  64             
  65   }  */
  66     
  67     
  68     @Test 
  69     public v oid ediWeb Viewer() t hrows Exce ption {
  70              EDI_WebVie werPDILook up ediWebV iewer = ne w EDI_WebV iewerPDILo okup();
  71              ediWebView er.localRu nner();
  72       }
  73     
  74   }