• sathish t 38
  • NEWBIE
  • 0 Points
  • Member since 2019

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 1
    Replies
Hi,

I have below class defination and it has no method:

public class ExampleClass
{
        public String name {get; set;}
        public String Week_Ending{get; set;}
        public String Depot {get; set;}
        public String Type_Of_Work{get; set;}
}

I tried various ways to cover this class with no luck. Please help to resolve test class to cover such type of class.

Thanks,
Maddy