Scenarios
example/saspgm/boxplot_test.sas
001
001 (assertReport)
002 (assertLog)
002
003
002 (assertLogMsg)
003 (assertLog)
004
005
006
001 (assertLogMsg)
002 (assertEquals)
007
008
009
010
011
012
013
014
015
016
017
018
019
020
021
022
example/saspgm/database_test.sas
001 (assertTableExists)
002 (assertRecordCount)
003 (assertPrimaryKey)
004 (assertTableExists)
005 (assertRecordCount)
006 (assertPrimaryKey)
007 (assertRecordExists)
008 (assertRecordExists)
009 (assertRecordExists)
010 (assertTableExists)
011 (assertRecordCount)
012 (assertPrimaryKey)
013 (assertForeignKey)
014 (assertForeignKey)
015 (assertLog)
004 (assertRowExpression)
005 (assertRowExpression)
006 (assertLog)
example/saspgm/generate_test.sas
001 (assertLibrary)
example/saspgm/getvars_test.sas
001 (assertEquals)
example/saspgm/nobs_test.sas
example/saspgm/regression_test.sas
002 (assertColumns)
003 (assertEquals)
004 (assertEquals)
005 (assertPerformance)
Units under Test
example/saspgm
basedatasets.sas
002_001
boxplot.sas
001_001
001_002
001_003
001_004
001_005
001_006
001_007
001_008
001_009
001_010
001_011
001_012
001_013
001_014
001_015
001_016
001_017
001_018
001_019
001_020
001_021
001_022
combineddataset.sas
002_002
generate.sas
003_001
003_002
003_003
003_004
003_005
003_006
getvars.sas
004_001
004_002
004_003
004_004
004_005
004_006
nobs.sas
005_001
005_002
005_003
005_004
005_005
005_006
regression.sas
006_001