Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. {"Configurator":[{"Parameters":[{"Values":["1","2","Hen","4"],"Name":"Yo","Mandatory":false},{"Values":["1","2","3","4","5","Ha","hoho"],"Name":"Hey","Mandatory":false}]},{"Groups":[{"Type":"ANDGroup","Parameters":["Yo","Yo"],"Name":"Sup","Mandatory":false},{"Type":"ORGroup","Parameters":["Yo","Yo"],"Name":"orGroup","Mandatory":true}]},{"Constraints":[{"Condition":{"Left":{"Left":{"ParameterRef":"Hey"},"Right":{"Val":"6"},"operator":"=="},"Right":{"Left":{"ParameterRef":"Hey"},"Right":{"Val":"2"},"operator":"=="},"operator":"||"},"Entails":[{"Type":"SELECT","Values":["1"],"Parameter":"Yo"}]},{"Condition":{"Left":{"Left":{"ParameterRef":"Hey"},"Right":{"ParameterRef":"Yo"},"operator":">="},"Right":{"Left":{"ParameterRef":"Hey"},"Right":{"Val":"5"},"operator":"=="},"operator":"||"},
  2. "Entails":[{"Type":"REMOVE","Values":["2"],"Parameter":"Yo"}]}]}]}
  3.  
  4. testCompile 'junit:junit:4.12'
  5. testCompile "org.mockito:mockito-core:1.9.5"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement