Click here to Skip to main content
15,881,852 members

The Insider News

   

The Insider News is for breaking IT and Software development news. Post your news, your alerts and your inside scoops. This is an IT news-only forum - all off-topic, non-news posts will be removed. If you wish to ask a programming question please post it here.

Get The Daily Insider direct to your mailbox every day. Subscribe now!

 
GeneralRe: On secretly terrible engineers Pin
JMK-NI8-Mar-15 11:52
professionalJMK-NI8-Mar-15 11:52 
JokeRe: On secretly terrible engineers Pin
Duncan Edwards Jones8-Mar-15 13:06
professionalDuncan Edwards Jones8-Mar-15 13:06 
NewsCreating unit test method stubs with "Create Unit Tests" Pin
Kent Sharkey8-Mar-15 9:28
staffKent Sharkey8-Mar-15 9:28 
GeneralRe: Creating unit test method stubs with "Create Unit Tests" Pin
manchanx8-Mar-15 9:44
professionalmanchanx8-Mar-15 9:44 
GeneralRe: Creating unit test method stubs with "Create Unit Tests" Pin
Duncan Edwards Jones8-Mar-15 13:02
professionalDuncan Edwards Jones8-Mar-15 13:02 
GeneralRe: Creating unit test method stubs with "Create Unit Tests" Pin
Kent Sharkey8-Mar-15 13:02
staffKent Sharkey8-Mar-15 13:02 
JokeRe: Creating unit test method stubs with "Create Unit Tests" Pin
Duncan Edwards Jones8-Mar-15 13:07
professionalDuncan Edwards Jones8-Mar-15 13:07 
GeneralRe: Creating unit test method stubs with "Create Unit Tests" Pin
Dan Neely9-Mar-15 3:08
Dan Neely9-Mar-15 3:08 
Rebranded and extended. Pex was limited to portable class libraries, Smart Unit Tests will also work on code targeting the full .net framework. OTOH if your legacy code wasn't written according to TDD flavor of the week styles, the odds are that it won't be able to generate useful tests. SUT ignores any methods that touch a WinForm UI control (at the most basic level, mocking input controls as strings/Booleans/enums would get about 90% of the way there), can't figure out the need for any non-injected dependencies (hint, if that static class is only initialized one way in the code base, that's probably the way it needs inited in the tests too), or anything that passes paths to the file system as strings (no, "a", "b", ... "aa", ... won't work as a pattern here; admittedly though this one doesn't have an 'obvious' better default behavior).

PS Yeah, yeah, yeah, at some point I should stop procrastinating, create a demo-legacy code project to replicate what I saw trying SUT against one of my work codebases and write an article on it.

PPS Have you seen a unicorn that farts rainbows that lead not to a pot of gold, but to a day of extra free time?
Did you ever see history portrayed as an old man with a wise brow and pulseless heart, waging all things in the balance of reason?
Is not rather the genius of history like an eternal, imploring maiden, full of fire, with a burning heart and flaming soul, humanly warm and humanly beautiful?
--Zachris Topelius

Training a telescope on one’s own belly button will only reveal lint. You like that? You go right on staring at it. I prefer looking at galaxies.
-- Sarah Hoyt

NewsDogma Driven Development Pin
Kent Sharkey8-Mar-15 9:26
staffKent Sharkey8-Mar-15 9:26 
GeneralRe: Dogma Driven Development Pin
Mike Hankey8-Mar-15 10:16
mveMike Hankey8-Mar-15 10:16 
GeneralRe: Dogma Driven Development Pin
Jörgen Andersson9-Mar-15 7:03
professionalJörgen Andersson9-Mar-15 7:03 
GeneralRe: Dogma Driven Development Pin
Marc Clifton8-Mar-15 12:31
mvaMarc Clifton8-Mar-15 12:31 
GeneralRe: Dogma Driven Development Pin
TheGreatAndPowerfulOz9-Mar-15 11:39
TheGreatAndPowerfulOz9-Mar-15 11:39 
NewsGoogle is reportedly working on a virtual-reality version of Android Pin
Kent Sharkey8-Mar-15 9:18
staffKent Sharkey8-Mar-15 9:18 
GeneralRe: Google is reportedly working on a virtual-reality version of Android Pin
manchanx8-Mar-15 10:11
professionalmanchanx8-Mar-15 10:11 
NewsStop the presses: HTTPS-crippling “FREAK” bug affects Windows after all Pin
Kent Sharkey8-Mar-15 9:15
staffKent Sharkey8-Mar-15 9:15 
NewsIoT's dark side: Hundreds of unsecured devices open to attack Pin
Kent Sharkey8-Mar-15 9:13
staffKent Sharkey8-Mar-15 9:13 
GeneralRe: IoT's dark side: Hundreds of unsecured devices open to attack Pin
Mike Hankey8-Mar-15 10:18
mveMike Hankey8-Mar-15 10:18 
NewsI tried Silicon Valley’s favorite ‘brain-enhancing’ drugs Pin
Mike Hankey6-Mar-15 8:16
mveMike Hankey6-Mar-15 8:16 
GeneralRe: I tried Silicon Valley’s favorite ‘brain-enhancing’ drugs Pin
PIEBALDconsult6-Mar-15 8:29
mvePIEBALDconsult6-Mar-15 8:29 
GeneralRe: I tried Silicon Valley’s favorite ‘brain-enhancing’ drugs Pin
den2k886-Mar-15 8:57
professionalden2k886-Mar-15 8:57 
GeneralRe: I tried Silicon Valley’s favorite ‘brain-enhancing’ drugs Pin
Mike Hankey6-Mar-15 9:09
mveMike Hankey6-Mar-15 9:09 
GeneralRe: I tried Silicon Valley’s favorite ‘brain-enhancing’ drugs Pin
Eddy Vluggen6-Mar-15 8:57
professionalEddy Vluggen6-Mar-15 8:57 
GeneralRe: I tried Silicon Valley’s favorite ‘brain-enhancing’ drugs Pin
Mike Hankey6-Mar-15 9:08
mveMike Hankey6-Mar-15 9:08 
GeneralRe: I tried Silicon Valley’s favorite ‘brain-enhancing’ drugs Pin
Maximilien6-Mar-15 9:08
Maximilien6-Mar-15 9:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.