function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Neha KakrooNeha Kakroo 

Pls can anyone help me in wrtitng the Test Class for the code below..I just don't seem to get it..

public with sharing class ctrl_MultiSelectPickList 
{
    public String Label{get; set;}
    
    public List<String> selected{get; set;}
    public List<String> deselected{get; set;}

    public SelectOption Available { get; set; }
    public SelectOption Chosen { get; set; }
    
   

Prafull G.Prafull G.