VSTS testing constructors
can someone tell me how to test a constructor with coding such as
ArrayList arrList =newArrayList(); etc.using VSTS to check the correctness of it?
i know how to use Assert, but in this case i cant use that isnt it... ?
can someone tell me how to test a constructor with coding such as
ArrayList arrList =newArrayList(); etc.using VSTS to check the correctness of it?
i know how to use Assert, but in this case i cant use that isnt it... ?