Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Тесты проверки корректности вывода при декларативном описании JSON #12

Closed
12 tasks done
pbazeliuk opened this issue Jul 8, 2017 · 0 comments
Assignees
Milestone

Comments

@pbazeliuk
Copy link
Member

pbazeliuk commented Jul 8, 2017

Описание

Необходимо создать тесты для проверки декларативного описания JSON

  • Sequential output - тип "string"
  • Fast output - тип "string"
"Create"
  • Sequential output - тип "number"
  • Fast output - тип "number"
15.3
  • Sequential output - true
  • Fast output - true
true
  • Sequential output - false
  • Fast output - false
false
  • Sequential output - null
  • Fast output - null
null
  • Sequential output - тип "Object"
  • Fast output - тип "Object"
{
	"Id": "1231",
	"SyncToken": "SyncToken",
	"Name": "Garden Supplies",
	"Sku": "01254001",
	"ItemCategoryType": "Goods",
	"PurchaseCost": 100,
	"MetaData": {
		"CreateTime": "2013-05-05T00:00:00",
		"LastUpdate": "2017-05-05T00:00:00"
	},
	"IncomeAccountRef": {
		"value": 12313,
		"name": "pikabu"
	}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant