/// <summary>Test DomainSocket path setting and getting.</summary> /// <exception cref="System.IO.IOException"/> public virtual void TestSocketPathSetGet() { Assert.Equal("/var/run/hdfs/sock.100", DomainSocket.GetEffectivePath ("/var/run/hdfs/sock._PORT", 100)); }