Real unit test (isolation, no children render)
Calls:
- constructor
- render
| $ git remote rm origin | |
| $ git remote add origin git@github.com:aplikacjainfo/proj1.git | |
| $ git config master.remote origin | |
| $ git config master.merge refs/heads/master |
| [Serializable] | |
| public class Blobbed<T> : IUserType where T : class | |
| { | |
| public new bool Equals(object x, object y) | |
| { | |
| if (x == null && y == null) | |
| return true; | |
| if (x == null || y == null) | |
| return false; |