Beispiel #1
0
func TestTrackingMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "Tracking", "tracking.xml", TrackingModelType)
}
Beispiel #2
0
func TestPricingMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "Pricing", "pricing.xml", PricingModelType)
}
Beispiel #3
0
func TestNonLinearAdsMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "NonLinearAds", "nonlinearads.xml", NonLinearAdsModelType)
}
Beispiel #4
0
func TestImpressionMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "Impression", "impression.xml", ImpressionModelType)
}
Beispiel #5
0
func TestAdParametersMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "AdParameters", "adparameters.xml", AdParametersModelType)
}
func TestLinearWrapperMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "Linear", "linearwrapper.xml", LinearWrapperModelType)
}
Beispiel #7
0
func TestHtmlResourceMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "HTMLResource", "htmlresource.xml", HtmlResourceModelType)
}
Beispiel #8
0
func TestCompanionAdsMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "CompanionAds", "companionads.xml", CompanionAdsModelType)
}
Beispiel #9
0
func TestWrapperMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "Wrapper", "wrapper.xml", WrapperModelType)
}
Beispiel #10
0
func TestAdMarshalUnmarshal(t *testing.T) {
	vasttest.VerifyModelAgainstFile(t, "Ad", "ad.xml", AdModelType)
}