@isTest
private class FieldInfoTest {
static testMethod void testMethod1() {
FieldInfo source = new FieldInfo();
source.TypeEnumName = 'sourcetest';
source.Label = 'source';
source.Name = 'sourcetest';
source.Value = new Account();
FieldInfo target = new FieldInfo();
Test.startTest();
FieldInfo.CopyTo(source,target);
Test.stopTest();
}
static testMethod void testMethod2() {
List