Esempio n. 1
0
        public ProbeResult CreateProbeResultForRegistryCollectWithSytemDataDuplicated()
        {
            ProbeResult probeResult = RegistryProbeFactory.CreateProbeResultForRegistryCollectWithSytemDataDuplicated();

            probeResult.SystemInformation = this.CreateSystemInformation();
            return(probeResult);
        }
Esempio n. 2
0
        public ProbeResult CreateProbeResultForRegistryWithSpecificObjectTypes(IEnumerable <definitions.ObjectType> objectTypes, List <string> resultsForObjects)
        {
            ProbeResult probeResult = RegistryProbeFactory.CreateProbeResultWithSpecificObject(objectTypes, resultsForObjects);

            probeResult.SystemInformation = this.CreateSystemInformation();
            return(probeResult);
        }
Esempio n. 3
0
        public ProbeResult CreateProbeResultForRegistryCollectWithVariables()
        {
            ProbeResult probeResult = RegistryProbeFactory.CreateProbeResultForRegistryCollectWithVariables();

            probeResult.SystemInformation = this.CreateSystemInformation();
            return(probeResult);
        }