given the signature
public IList<ClassificationSpan> GetClassificationSpans(SnapshotSpan span)
I've been tracing through properties and constructors of SnapshotSpan and haven't found anything that looks remotely possible to stub out for testing a classifier against say a string or a file.
How would I unit test a new VS2012 classifier?